Skip to content

chore(model gallery): 🤖 add 1 new models via gallery agent - #11848

Closed
localai-org-maint-bot wants to merge 1 commit into
mudler:masterfrom
ci-forks:create-pull-request/patch-1788440324
Closed

chore(model gallery): 🤖 add 1 new models via gallery agent#11848
localai-org-maint-bot wants to merge 1 commit into
mudler:masterfrom
ci-forks:create-pull-request/patch-1788440324

Conversation

@localai-org-maint-bot

Copy link
Copy Markdown
Collaborator

This PR was automatically created by the gallery agent workflow.

Summary:

  • Search Term: GGUF
  • Models Found: 15
  • Models Added: 1
  • Quantization: Q4_K_M
  • Processing Time: 4.020696573s

Added Models:

Bot commands

Maintainers (owner / member / collaborator) can control this PR
by leaving a comment with one of:

  • /gallery-agent recreate — close this PR; the next scheduled
    run will propose this model again (useful if the entry needs
    to be regenerated with fresh metadata).
  • /gallery-agent blacklist — close this PR and permanently
    prevent the gallery agent from ever reproposing this model.

Plain "Close" (without a command) is treated as a no-op: the
model may be reproposed by a future run.

Workflow Details:

  • Triggered by: schedule
  • Run ID: 33755369357
  • Commit: 9e831d7709c55ff97a340963d911b8b79b890cea

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@localai-org-maint-bot

Copy link
Copy Markdown
Collaborator Author

Review pass. The gallery entry itself is fine: both files resolve and both checksums match.

The failing check is not your fault. tests-llama-cpp-smoke (run 33758377934, job 100658266870) fails with:

tests/e2e-backends/backend_test.go:476:26: cannot use res.GetMessage() (value of type []byte) as string value in argument to strings.ToUpper
FAIL github.com/mudler/LocalAI/tests/e2e-backends [build failed]

That is a master breakage, not a gallery problem. Reply.message is bytes in the proto, and this branch's base predates the fix. #11849 fixes it on master. Rebase once that lands and this goes green.

Nit: the entry sets spec_type:draft-mtp but is not tagged mtp.

Merge ordering: this is one of 11 open gallery PRs that all insert at the very top of gallery/index.yaml and therefore conflict with each other pairwise. They need to land one at a time with a rebase between each.

@localai-org-maint-bot

Copy link
Copy Markdown
Collaborator Author

Merged into master as 5dc16c6.

This PR conflicted with master because every gallery addition inserts at the same point in gallery/index.yaml. Rather than a mechanical conflict resolution, I re-extracted this PR's added entries from its own merge base and spliced them in whole, so the entry content is exactly as written here.

Verified before the push: every declared sha256 was checked against HuggingFace's LFS oid and matched, the merged file parses as YAML, and it carries no duplicate entry names.

Applied locally and pushed directly, so the commit has a new SHA and GitHub will not link it back automatically.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants